home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / rename.n < prev    next >
Text File  |  1994-09-20  |  731b  |  67 lines

  1.  
  2.  
  3.  
  4. rename(n)             Tcl Built-In Commands
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      rename - Rename or delete a command
  12.  
  13. SYNOPSIS
  14.      rename _o_l_d_N_a_m_e _n_e_w_N_a_m_e
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      Rename the command that used to be called _o_l_d_N_a_m_e so that it
  20.      is  now  called _n_e_w_N_a_m_e.  If _n_e_w_N_a_m_e is an empty string then
  21.      _o_l_d_N_a_m_e is deleted.  The rename  command  returns  an  empty
  22.      string as result.
  23.  
  24.  
  25. KEYWORDS
  26.      command, delete, rename
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tcl                                                             1
  64.  
  65.  
  66.  
  67.